<% article = AT.GetArticle('event') %>
<% article = AT.GetArticle('event') %>
${post.GetField('eventdate')}
${post.title}
%for c in post.categories:
- ${ c.label }
%endfor
- とき
-
- ところ
- 主催
- <% posts = AT.GetPostsByKey('builder',str(post.key)) %>
%for contents in posts:
${contents.GetField('name')}
会社情報を見る >
%endfor
%if post.GetField('formenable') == u'あり' :
%endif
<%include file="sogokan_bigfooter.html"/>